@charset "utf-8";
/* CSS Document */

/* css reset */

    /* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
        margin: 0;
        padding: 0;
		border: 0px;
    }
    
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#333;
	/* [disabled]outline:none; */

    }
	button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 16px; }
    h3 { font-size: 14px; }
    h4, h5, h6 { font-size: 100%; }
    
    /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a { text-decoration: none; cursor:pointer;}
    a:hover { text-decoration:none; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
	/*body{background-image:url('../images/body-bg.jpg')}*/
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
.bx_fl, .fl {float: left;}
.bx_fr, .fr {float: right;}
.container{width:1300px; margin:0 auto;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.hot .item .img img, .hot .item .pic img{
	width:100%; height:100%;
	overflow-x: hidden;
    overflow-y: hidden;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.hot .item .img img:hover, .hot .item .pic img:hover{
	transform: scale(1.2, 1.2);
	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
	}
	 
/*top*/
.top{width:100%; height:3px;}
.top  div{width:20%; float:left; height:3px;} 
.top  div.yellow{ background-color:#ffb400;}
.top  div.red{ background-color:#ef3838;}
.top  div.blue{ background-color:#1e8dff;}

/*head*/
.header{width:100%; min-width:1300px;border-bottom:1px solid #cfcfcf; height:240px; box-sizing:border-box; background-color:#fff;}
.rel{position:relative;}
.header-jf{position:absolute; top:8px; right:0;}
.header-rss{position:absolute; top:29px; right:0;}
.header-tag{position:absolute; top:50px; right:0;}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;}
.header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;}
.header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;}
.header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;}
.header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;}
.header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;}

/*nav*/
.nav{float:left;height:60px;}
.nav  .menu li{float:left; line-height:60px; width:128px;text-align:center;}
.nav  .menu .split{width:1px;height:20px;background-image:url('../img/index/split.png');float:left;margin:20px 0;}
.nav  .menu li a{font-size:18px;font-weight:600;cursor:pointer; color:#fff; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav  .menu li a:hover{color:#ef3838; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav  .menu li.on a{color:#ef3838;}
.nav  .menu li.more{ position:relative; margin-right:0;}
.nav  .menu li.more:before{content:''; position:absolute; right:58px; bottom:10px; display:inline-block; width:12px; height:7px; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav  .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav  .menu li > .menu-child{display:none; filter:alpha(opacity=90); position:absolute;z-index:9999;}
.nav  .menu li > .menu-child li{float:none; margin-right:0; line-height:40px;background-image: url('../img/index/childmenu_bg.png'); }
.nav  .menu li.more:hover > .menu-child{ display:block;}

/*search*/
.header-r{float:right; padding-top:24px;} 
.header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} 
.header-r .search .searchCon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(../images/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}


/*新闻样式开始*/

/*main*/
.main{padding:32px 0 50px; border-bottom:5px solid #ef3838; position:relative;}
.w860{width:860px; float:left;}

/*footer*/
.footer{width:100%; background:#4d4d4d;min-width:1300px;}
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;}

/*right-fixed*/
.right-fixed{position:fixed; right:0px; bottom:150px;}
.right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}

/*新闻样式结束*/

/*首页*/
.home-header{border:none; box-shadow:0 2px 2px rgba(10,2,4,0.1);}
/*.home-main, .home-main a{font-family:"宋体"; font-size:14px; color:#1b4a7f;}*/
.home-main{padding:20px 0 30px;}
.home-main a:hover{color:#ef3838;}
.top-ad{width:100%; background-color:#f7f7f7;margin-top:30px;}
.top-ad-pic{width:100%; display:inline-block; position:relative;}
.top-ad-pic img{width:100%;}
.top-ad-pic i{color:#fff; font-size:12px; position:absolute; bottom:0; left:0; width:36px; height:20px; display:inline-block; line-height:20px; text-align:center; background:#000000; background:-moz-linear-gradient(top, #9c9d9d 0%, #606061 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9d9d), color-stop(100%,#606061)); background:-webkit-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:-o-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:-ms-linear-gradient(top, #9c9d9d 0%,#606061 100%); background:linear-gradient(to bottom, #9c9d9d 0%,#606061 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9d', endColorstr='#606061',GradientType=0 );}
:root .gradient{filter:none;}
.top-ad .home-tag{line-height:44px; height:44px;}
.top-ad .home-tag a{color:#566478; font-size:12px; margin-left:37px;}
.top-ad .home-tag a:first-child{margin-left:0;}
.top-ad .home-tag a:hover{text-decoration:underline;}


.blur img{	
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    
    -webkit-filter: blur(4px); /* Chrome, Opera */
       -moz-filter: blur(4px);
        -ms-filter: blur(4px);    
            filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false); /* IE6~IE9 */
}
.scroller-wrap{width:100%;height:460px;margin:0 auto;overflow:hidden;position:relative;min-width:1300px;}
.scroller2{position:absolute;bottom:30px;}
.scroller2_item{width:16px;height:16px;float:left;margin-left:5px;background-image:url('../img/index/banner_points.png');background-repeat:no-repeat;}
.scroller2_curr{background-position;0;}
.scroller2_normal{background-position:-16px 0;}
.scroller{display:none;position:relative;}
.scroller li{float:left;position:relative;}
.scroller li img{width:1300px;height:460px;}
.scroller li i{width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0;z-index: -1;background: #000000; opacity: 0.8; -moz-opacity:0.7; filter:alpha(opacity=70); font-size: 16px; }
.scroller li .scroll-title{background-color:#333;position:absolute;bottom:0;color:#fff;display:none;width:100%;}
.btn{position:absolute;cursor:pointer;display:block;width:16px;height:27px; background-image:url(../images/home-banner-btn.png);background-repeat:no-repeat;top:220px;}
.prev-btn{background-position:0 0;left:0;}
.next-btn{background-position:-28px 0;right:0;}

.home-top{margin-top:18px; width:100%;min-width:1300px;}
.home-top .left-two{padding:18px 14px 10px 14px; border:1px solid #eaeaea; width:260px;}
.left-two .rmht{border-bottom:1px solid #eaeaea; padding-bottom:5px;}
.left-two .rmht .left-nav{color:#1b1b1b;}
.left-two .rmht .left-nav span{display:inline-block; position:relative;}
.left-two .rmht .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(../images/rmht-pic.png);}
.rmht .rmht-list .first{margin:10px 0 8px;}
.rmht .rmht-list .title{color:#1b4a7f; font-size:13px; display:block; width:100%; line-height:30px; overflow:hidden;white-space:nowrap;}
.rmht .rmht-list .title:hover{color:#ef3838;}
.rmht .first-des{}
.rmht .first-des a{display:inline-block; float:left;}
.rmht .first-des img{width:80px; height:48px; margin-right:10px;}
.rmht .first-des span{color:#777777; font-size:12px; line-height:18px;}

.jcpl{margin-top:15px;}
.left-two .jcpl .left-nav{color:#1b1b1b;}
.left-two .jcpl .left-nav span{display:inline-block; position:relative;}
.left-two .jcpl .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(../images/jcpl-pic.png);}
.jcpl-list .item{padding:12px 0 9px; border-top:1px dotted #e3e3e3;}
.jcpl-list .item:first-child{border-top:none;}
.jcpl-list a{color:#1b4a7f; font-size:13px; line-height:18px; display:inline-block; width:100%; height:36px; overflow:hidden;}
.jcpl-list a:hover{color:#ef3838;}
.jcpl-list span{color:#989898; font-size:12px; display:inline-block; width:100%; overflow:hidden; margin-top:5px; height:12px;}

.rdjj{margin-left:30px; width:426px;}
.nav-link{height:30px; line-height:30px; border-bottom:2px solid #1b4b80; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; width:100%;}
.nav-link a{color:#1a1a1a; height:30px; line-height:30px; border-bottom:2px solid #ef3838; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; display:inline-block; position:relative;}
.nav-link a:before{content:""; width:1px; height:2px; background-color:#fff; position:absolute; bottom:-2px; right:-1px;}

.rdjj-top-news{font-size:16px; font-weight:bold; margin:20px 0 10px;}
.rdjj-top-news a{font-size:16px; font-weight:bold;}

.rdjj-list li{line-height:30px; padding-left:11px; position:relative;}
.rdjj-list li:before{width:3px; height:3px; display:inline-block; position:absolute; content:""; left:0; top:13px; background-color:#c0c0c0;}
.rdjj-list li .bold{font-weight:bold;}

.right-fr{width:426px;}
.home-banner{width:1300px; height:460px; position:relative; overflow:hidden;min-width:1300px;}
.home-banner .bd{width:1300px; height:460px;}
.home-banner .bd li{position:absolute;top:0;left:100%;width:100%;height:460px;}
.home-banner .bd a{width:1300px; height:460px; display:block; position:relative; font-family:"宋体";}
.home-banner .bd img{width:1300px; height:100%;}
.home-banner .bd .banner-title{ position:absolute; left:0; bottom:0; width:100%; height:34px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.8); line-height:34px;}
.home-banner .bd .banner-title i{width:44px; height:100%; background-color:#ef3838; display:inline-block; float:left;}
.Cpic{background:url(../images/Cpic.png) center center no-repeat;}
.home-banner .bd .banner-title span{line-height:34px; color:#fff; font-weight:normal; font-size:14px; padding-left:15px;}
.home-banner .hd{position:absolute; bottom:11px; right:15px; }
.home-banner .hd b{color:#ef3838; display:none; font-size:16px;}
.home-banner .hd b.down{display:inline-block;}
.home-banner .hd span{color:#fff; font-size:12px;}  
.home-banner .controler2 a{display:block; width:16px; position:absolute;top:200px; height:27px;}
.home-banner .controler2 a i{cursor:pointer;display:block;width:16px;height:27px; background:url(../images/home-banner-btn.png) no-repeat;}
.home-banner .controler2 .prev{left:10px;}
.home-banner .controler2 .prev i{background-position:-60px 0;}
.home-banner .controler2 .prev:hover i{background-position:0 0;}
.home-banner .controler2 .next{right:10px;}
.home-banner .controler2 .next i{background-position:-88px 0;}
.home-banner .controler2 .next:hover i{background-position:-28px 0;}


.home-video{width:930px; height:530px;float:left;}
.home-video .item{margin-top:10px; overflow:hidden; height:86px;}
.home-video .item .video-pic{margin-right:15px; width:142px; height:86px;float:left;}
.home-video .item .video-pic img{width:142px; height:86px;}
.home-video .item .video-pic a{display:inline-block; position:relative;}
.home-video .item .video-pic a span{width:142px; height:28px; background-color:rgba(0,0,0,0.5); color:#fff; font-size:12px; text-align:center; line-height:28px; display:block; position:absolute; bottom:0; left:0;}
.home-video .item .video-pic a:before{content:""; width:22px; height:22px; display:inline-block; background:url(../images/video-btn.png) no-repeat; left:60px; top:20px; position:absolute;}
.video-txt li{line-height:30px;}

.video-list{margin-top:8px;}
.video-list li{line-height:28px; padding-left:25px; background:url(../images/video-icon.png) left center no-repeat;}

.home-ad02{width:100%; height:96px; margin:20px 0;}

.home-ch{width:100%;}
.home-ch-left{width:290px;}

.jczt .jczt-nav{width:100%; color:#1a1a1a; font-size:14px; border-bottom:2px solid #e7e7e7; box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; height:30px; line-height:30px; position:relative;}
.jczt .jczt-nav .change{right:0; bottom:5px; position:absolute; color:#999999; font-size:12px; line-height:14px;}
.jczt .jczt-nav .change:hover i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}
.jczt .jczt-nav .change i{width:14px; height:14px; display:block; background:url(../images/change.png) no-repeat;-webkit-transition: -webkit-transform .5s ease-out; -moz-transition: -moz-transform .5s ease-out; -o-transition: -o-transform .5s ease-out; -ms-transition: -ms-transform .5s ease-out; float:left; margin-right:5px;}
.jczt-list{padding-top:7px;}
.jczt-list a{width:100%; display:inline-block; margin-top:8px;}
.jczt-list img{width:100%;}

.zxly{padding:18px 14px 10px 14px; border:1px solid #eaeaea; width:260px; margin-top:18px;}
.zxly .left-nav{color:#1b1b1b;}
.zxly .left-nav span{display:inline-block; position:relative;}
.zxly .left-nav span:before{width:12px; height:12px; display:inline-block; content:""; position:absolute; right:-18px; bottom:0; background:url(../images/zxly-pic.png);}
.zxly .jcpl-list .item{padding:10px 0 6px;}
.zxly .message{margin:12px 0 2px; text-align:center;}
.zxly .message img{width:260px; height:48px;}

.job-list{margin-top:10px;}
.job-list a{font-family:"宋体";}
.job-list span{color:#ef6738;}

.doc-list li{padding-left:22px;}
.doc-list li:before{width:16px; height:16px; display:inline-block; content:""; position:absolute; left:0; top:7px; background-color:#fff;}
.doc-list li.doc:before{ background:url(../images/word.gif) no-repeat;}
.doc-list li.ppt:before{ background:url(../images/PPT.gif) no-repeat;}
.doc-list li.pdf:before{ background:url(../images/PDF.gif) no-repeat;}

.dl-list{height:300px; width:100%; margin-top:4px;}
.dl-list .item{float:left; width:33.3333333%; padding:16px 0 10px;}
.dl-list .item .dl-pic{width:50px; height:50px; float:left; margin:0 5px;}
.dl-list .item .dl-pic img{width:100%; height:100%;}
.dl-list .item .dl-txt{color:#282828; font-size:13px; line-height:26px; font-family:"宋体";}
.dl-list .item .dl-txt:hover{color:#ef3838;}
.dl-list .item .dl-btn{display:inline-block;}

.job-list .wldc-top{padding-left:0; margin:15px 0 7px;}
.job-list .wldc-top:before{display:none;}
.job-list .wldc-top .wldc-top-pic{float:left; margin-right:14px;}
.wldc-top-txt a{font-weight:bold; line-height:30px;}
.wldc-top-txt p{color:#5f5f5f; font-size:12px; line-height:20px;}

.tssj{margin-left:0; width:100%; margin-top:16px;}
.tssj .nav-link{border-bottom:2px solid #e7e7e7;}

.welcome{background-image:url('../img/index/wc.gif');width:100%;height:40px;}
.welcome p{height:40px;font-size:12px;color:#ffffff;line-height:40px;}
.logo{width:100%;height:140px;overflow:hidden;}
.logo .name{height:92px;width:266px;margin-top:28px;float:left;background-image:url('../img/index/zyw-logo.png');background-repeat:no-repeat;margin-left:30px;}
.logo .logo-icon{height:132px;width:132px;margin-top:12px;float:left;background-image:url('../img/index/zyw-logo1.png');background-repeat:no-repeat;}
.logo .search{width:390px; height:42px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:right;margin: 49px 0;} 
.logo .search .searchCon{width:297px; float:left; background:none; line-height:42px; text-indent:5px; outline:none; font-size:12px;}
.logo .search .searchMenu{float:left; width:90px; height:40px; background:url(../img/index/search.png) center no-repeat; outline:none; cursor:pointer;}
.name p{float:left;}
.chinese{font-weight:500;height:42px; font-size:42px;}
.chinese p{line-height:42px;}
.english p{line-height:24px;}
.english{font-weight:500;height:24px; font-size:24px;margin-top:20px;}
.name .red{color:#971200;}
.name .black{color:#333333;}
.navi{width:100%;height:60px;background:#971200;}
.zxyg{padding-top:40px;color:#333333;}
.zxyg-title{font-size:16px;margin-top:12px;color:#333;font-weight:bold;}
.zxyg-title span{display:block;height:16px;width:100%;overflow:hidden;}
.zxyg-desc{font-size:13px;margin-top:4px;color:#888;min-height:14px;width:100%;overflow:hidden;}
.zxyg .item{width:322px;margin-top:25px;float:left;position:relative;}
.zxyg .item .playBtn{width:28px;height:28px;position:absolute;left:147px;top:66px;background: url('../img/index/video-small.png');background-repeat: no-repeat;margin:0 auto;display:none;}
.item-ml{margin-left:4px;}
.zxyg .item img{width:322px;height:160px;}
.title{width:100%;height:50px;line-height:47px;border-bottom:1px solid #333333;}
.text-title{border-bottom: 3px solid #971200;display:inline-block;font-size:22px;color:#971200;float:left;font-weight:bold;}
.mtitle{text-align:center;height:50px;line-height:47px;}
.text-mtitle{border-bottom: 4px solid #971200;display:inline-block;font-size:32px;color:#971200;}
.title .more{float:right;background-image:url('../img/index/more.png');width:54px;height:25px;margin-top:12px;}
.index-2{margin-top:40px;}
.zxkd{width:930px;height:auto;float:left;}
.zxkd img{width:220px;height:150px;margin:13px 0;}
.zxkd-item{margin-top:20px;}
.zxkd-imgs{width:220px;}
.gjhz{width:350px;height:auto;float:left;margin-left:20px;}
.typeimg{float:left;}
.content{float:left;width:690px;margin-left:20px;}
.zxkd-title{font-size:20px;color:#971200;line-height:40px;}
.zxkd-date{float:right;font-size:16px;color:#a1a1a1;line-height:40px;}
.zxkd-desc{font-size:16px;color:#888;margin-top:20px;}
.gjhz-imgs{margin-top:20px;}
.gjhz-img{float:left;}
.gjhz-imgs img{width:170px;height:160px;}
.gjhz-img-r{float:left;margin-left:10px;}
.gjhz-news{margin-top:10px; border:1px solid #adadad;padding:0 0 0 20px;height:340px;position:relative;}
.gjhz-news ul{margin-top:20px;}
.gjhz-news li{list-style:disc;line-height:50px;}
.gjhz-normal{font-size:16px;color:#333;}
.gjhz-red{font-size:16px;color:#971200;}
.more-br{display:block;background-image:url('../img/index/more.png');width:54px;height:25px;position:absolute;bottom:10px;right:20px;}
.video-hot{width:100%;margin-top:40px;}
.video-right-list{float:left;width:256px;margin-left:14px;margin-top:20px;}
.video-right-list li{position:relative;}
.video-right-list li.after{margin-top:10px;}
.video-list-title{height:28px;line-height:28px;position:absolute;bottom:10px;left:10px;color:#fff;font-size:16px;background:url('../img/index/video-small.png');background-repeat:no-repeat;padding-left:40px;}
.video-right-list img{width:100%;height:150px;}
.video-pic{width:660px;height:500px;margin-top:20px;position:relative;}
.video-pic img{width:660px;height:418px;}
.video-icon{width:46px;height:46px;background-image:url('../img/index/video-big.png');position:absolute;left:10px;bottom:88px;}
.video-pic p{margin-left:10px;}
.video-title{font-size:18px;margin-top:14px;font-weight:bold;}
.video-datedesc{font-size:14px;margin-top:6px;color:#888;}
.hygc{width:350px;float:left;margin-left:20px;}
.hygc-imgs{margin-top:20px;}
.hygc-imgs img{width:170px;height:150px;}
.hygc-imgs{margin-top:21px;}
.hygc-img{float:left;}
.hygc-img-r{float:left;margin-left:10px;}
.hygc-news{margin-top:10px; border:1px solid #adadad;padding:0 0 0 20px;height:308px;position:relative;}
.hygc-news ul{margin-top:20px;}
.hygc-news li{list-style:disc;line-height:40px;}
.hygc-normal{font-size:16px;color:#333;}
.hygc-red{font-size:16px;color:#971200;}
.index-5{height:440px;margin-top:50px;}
.mhzp{width:830px;float:left;}
.yxsp{width:450px;float:left;margin-left:20px;}
.ztsc{margin-top:40px;}
.ztsc ul{margin:25px 0;}
.ztsc li.after{margin-left:10px;}
.ztsc li{float:left;padding:5px;border:1px solid #ababab;}
.ztsc li .name{font-size:20px;color:#333333;line-height:20px;margin-top:10px;}
.ztsc li .price{font-size:16px;color:#971200;line-height:20px;margin-top:10px;}
.ztsc img{width:305px;height:190px;margin:0 auto;}
.mxyj{margin-top:40px;}
.mxyj ul{float:left;margin-top:40px;}
.mxyj li{position:relative;}
.mx-title{width:100%;position:absolute;bottom:0;background:#000;opacity:0.7;color:#fff;line-height:20px;display:none;}
.mxyj li.img-1 img{width:450px;height:320px;}
.mxyj li.img-2 img{width:255px;height:320px;}
.mxyj li.img-3 img{width:255px;height:320px;}
.mxyj li.img-4 img{width:290px;height:158px;}
.mxyj .ml{margin-left:16px;}
.mxyj .mt{margin-top:4px;}

/*漫画作品*/
.mhzp{font-family:color:#333;}
.mhzp ul{margin-top:40px;}
.mhzp li{float:left;}
.mhzp li img{width:204px;height:280px;}
.mhzp li.ml{margin-left:4px;}
.mh-title{font-size:16px;margin-top:12px;color:#333;font-weight:bold;}
.mh-author{font-size:14px;margin-top:4px;color:#888;}

/*游戏视频*/
.yxsp{font-family:color:#333;}
.yxsp ul{margin-top:40px;}
.yxsp li{float:left;}
.yxsp li img{width:223px;height:140px;}
.yxsp li.ml{margin-left:4px;}
.yxsp li.mt{margin-top:16px;}
.yx-title{font-size:16px;margin-top:10px;color:#333;font-weight:bold;}

.zt-mt{margin-top:30px;}
.ztsc-content{width:100%;}
.ztsc-content img{max-width:100%;}

.content-inf{font-size:14px; color:#888;}
.content-txt{margin-top:20px;}
.content-share{float:right;}
.content-share ul{float:left;}
.content-share li{float:left;}
.position-index{margin-right:10px;}
.position-curr{margin-left:10px;}

/*图文模块布局*/
.image-text{}
.it-img{float:left}
.it-text{float:left;margin-left:20px;}
.it-name{font-size:22px;color:#971200;}
.it-desc{font-size:18px;color:#333;}

.yx-rotaion{float:left;margin-top:40px;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../img/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}
.rotaion_list li{width:500px;height:400px;}
.rotaion_list li img{width:100%;height:100%;}

.searchList .item{margin:30px 0;}
.searchList .search-title a{font-size:20px;color:#333;}
.searchList .search-txt{margin-top:20px;color:#888;font-size:18px;line-height:200%;}
.searchList .search-date .ctgname{font-weight:bold;color:#000;}
.searchList .search-date .date{margin-left:20px;}
.searchList .search-date .view{margin-left:20px;}

.executiveEditor{line-height:40px; text-align:right;}